projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f318a
)
Prepare for update from Gnulib
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 22 Jan 2021 19:44:50 +0000
(11:44 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 22 Jan 2021 20:02:54 +0000
(12:02 -0800)
* configure.ac: Also create lib/malloc and lib/deps/malloc
if the dynarray module is in use, as Gnulib regex will
start needing it due to recent glibc changes.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index bea2833809079efd1400cbb5f45dc301d313fad6..08f3c0cd85707fcbec9a37694d634799733658c5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5898,7
+5898,7
@@
if test $AUTO_DEPEND = yes; then
AS_MKDIR_P([$dir/deps])
done
fi
-if $gl_gnulib_enabled_scratch_buffer; then
+if $gl_gnulib_enabled_
dynarray || $gl_gnulib_enabled_
scratch_buffer; then
AS_MKDIR_P([lib/malloc])
if test $AUTO_DEPEND = yes; then
AS_MKDIR_P([lib/deps/malloc])